home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / GUSI 1.4.1 / GUSI.info < prev   
Encoding:
Text File  |  1994-05-07  |  1.0 KB  |  24 lines  |  [TEXT/R*ch]

  1.                  G U S I -- Grand Unified Socket Interface
  2.  
  3. INTRODUCTION
  4.  
  5. GUSI is an extension and partial replacement of the MPW C runtime
  6. library.  Its main objective is to provide a more or less simple and
  7. consistent interface across the following communication domains:
  8.  
  9. Files          Ordinary Macintosh files and MPW pseudo devices.
  10. Unix           Memory based communication within a single machine
  11. Appletalk      ADSP communication over a network.
  12. PPC            Local and remote connections with the System 7 PPC Toolbox
  13. Internet       TCP and UDP connections over MacTCP.
  14.  
  15. Additionally, GUSI adds some UNIX library calls dealing with files which
  16. were missing, like chdir(), getcwd(), symlink(), and readlink(), and changes
  17. a few other library calls to behave more like their UNIX counterparts.
  18.  
  19. REQUIREMENTS
  20.  
  21. To use GUSI, you need MPW C 3.2 or later. To modify it, you additionally need
  22. MPW C++ 3.2 or later and Perl. GUSI_120.doc.sit.bin provides the documentation
  23. for non-postscript printers. Documentation in Postscript format is included.
  24.